/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2412                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      initialConditions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

constantProperty pressure;

fractionBasis   mole;
normaliseFractions yes;

fractions
{
    C10H22   0.2667;
    IC8H18   0.1489;
    MCH      0.3681;
    C2H5OH   0.2164;

    O2       0.2253;
    N2       0.7416;
}

p               607950;

T               900;


// ************************************************************************* //
